2020 Method
Changes 0
M

HermiteSpline.Create

Description:
Creates a Hermite spline with default tangency at its endpoints.
Remarks:
The tangents at the ends of the spline are computed from the control points.
Overloads (2):
Create(IList[XYZ],Boolean)
public static HermiteSpline Create(
	IList<XYZ> controlPoints,
	bool periodic
)
Return Value HermiteSpline The new HermiteSpline object.